home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.1 (Developer) [x86]
/
NeXT Step 3.1 Intel dev.cdr.dmg
/
NextDeveloper
/
Examples
/
AppKit
/
Draw
/
Circle.h
< prev
next >
Wrap
Text File
|
1992-03-04
|
222b
|
13 lines
@interface Circle : Graphic
/* Methods overridden from superclass(es) */
+ initialize;
- (Graphic *)colorAcceptorAt:(const NXPoint *)point;
- (float)naturalAspectRatio;
- draw;
- (BOOL)hit:(const NXPoint *)point;
@end